-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit for React Rendering * initival version * switch to node 20 * updates * basic working example * replace home * dynamic sidebar * basic components * implement actions * refactor * payslip download * working pagination * fix a race condition * support for multipart requests * payslip deletion * allow special chars in json * simple leaves * generic pagination * bugfixes * add leave feed * implement vacation request * leave approval * sprint index * basic sprint cards * sprint feedback details * simple sidebar * text styles * lint * lint * rubocop * schema test fixes * some test fixes * migrate styles * style refactoring * jsx lint * login and allow server side redirects * more specs working * i18n * move rubocop to rspec * lint * multiline text * daily nerd * update solid queue * move js folder * sprint creation specs * add retro feature * lint i18n * add modal close * add session mailer and spec * remove offline page * update schema * remove double seeding * enable dev login on review apps * correctly query environment * fix broken payment page * wrap forms in form components * use template instead of meta for content * add error handling * enforce loading of modals to not display outdated data * basic modal styling * lint
- Loading branch information
1 parent
00c6236
commit aba1944
Showing
264 changed files
with
8,562 additions
and
3,220 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
web: bundle exec puma -C config/puma.rb | ||
worker: bin/jobs | ||
release: DB_POOL=2 bundle exec rake db:migrate_if_tables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
app/assets/stylesheets/application/components/card-table.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
app/assets/stylesheets/application/components/feedback.scss
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
app/assets/stylesheets/application/components/headline.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.