Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
  2. Sep 11, 2019
  3. Jul 29, 2019
  4. Jul 17, 2019
  5. Apr 01, 2019
  6. Oct 05, 2018
  7. Oct 04, 2018
    • Robert Speicher's avatar
      Add ProjectFeature check for feature flag · 93946788
      Robert Speicher authored
      This will allow an explicitly-disabled feature flag to override a
      feature being available for a project.
      
      As an extreme example, we could quickly disable issues across all
      projects at runtime by running `Feature.disable(:issues)`.
      Unverified
      93946788
  8. Sep 25, 2018
    • Valery Sizov's avatar
      Geo: sync disabled wikis. Stage 2 · 15d011d6
      Valery Sizov authored
      We started syncing all the wiki regardless of the fact it's disabled or
      not. We couldn't do that in one stage because of needing of smoth update
      and deprecating things. This is the second stage that finally removes
      unused columns in the geo_node_status table.
      15d011d6
  9. Jul 24, 2018
  10. Jul 09, 2018
  11. Dec 22, 2017
  12. Aug 02, 2017
  13. Jun 16, 2017
    • Yorick Peterse's avatar
      Refactor Project.with_feature_available_for_user · 73bf9413
      Yorick Peterse authored
      This method used to use a UNION, which would lead to it performing the
      same query twice; producing less than ideal performance. Further, in
      certain cases ActiveRecord could get confused and mess up the variable
      bindings, though it's not clear how/why exactly this happens.
      
      Fortunately we can work around all of this by building some of the WHERE
      conditions manually, allowing us to use a simple OR statement to get all
      the data we want without any of the above problems.
      Unverified
      73bf9413
  14. Feb 05, 2017
  15. Jan 26, 2017
  16. Oct 17, 2016
  17. Sep 01, 2016
Loading