Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC index, kaminari templates and a bugfix #407

Merged
merged 3 commits into from Oct 5, 2018
Merged

Conversation

atz
Copy link
Contributor

@atz atz commented Oct 5, 2018

  • buttons are now part of the partial for a BC, meaning they are included via reuse by JobRunsController#show and BundleContextsController#index here.
  • route added
  • minimal test
  • BC index does pagination when needed
  • Kaminari templates and config generated
  • Removed double-assignment of a constant.

Looks like:
screen shot 2018-10-04 at 5 28 20 pm


Overall, in the future seems like we could use a NavBar with links for:

  • "Jobs"
  • "Projects"
  • "New Project"

- buttons are now part of the view for a BC, meaning they are included
via reuse by JobRun#show and BundleContext#index here.
- route added
- minimal test
- BC index does pagination when needed

Overall, seems like we could use a NavBar with links for:
- "Jobs"
- "Projects"
- "New Project"
Otherwise, we get warnings on every spin-up:
```
/Users/atz/repos/pre-assembly/config/initializers/load_config.rb:2: warning: already initialized constant ALLOWABLE_BUNDLE_DIRS
/Users/atz/repos/pre-assembly/config/initializers/load_config.rb:1: warning: previous definition of ALLOWABLE_BUNDLE_DIRS was here
```
@atz atz added the review label Oct 5, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1335

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 88.245%

Totals Coverage Status
Change from base Build 1333: 0.04%
Covered Lines: 518
Relevant Lines: 587

💛 - Coveralls

@jmartin-sul jmartin-sul merged commit 1cd00ac into master Oct 5, 2018
@jmartin-sul jmartin-sul deleted the moar_templatz branch October 5, 2018 20:51
@jmartin-sul jmartin-sul removed the review label Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants